Version Packages - #1361
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🧪 Storybook is successfully deployed!
|
Contributor
🏋️ Size limit report
Compared against main at 167ef87 — run 32865481532, 2026-08-25T15:23:24Z.To see which modules changed, download the size-limit-statoscope-report artifact from this run and open report.html. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@cube-dev/ui-kit@0.169.1
Patch Changes
167ef87dThanks @tenphi! - FixinputPropsonTextInput,TextArea,PasswordInput,SearchInput,NumberInputandCommandTextArea. Each of these passes its own React Aria props down under the sameinputPropsname as the caller's, and one side was overwriting the other wholesale:TextInput,TextArea,NumberInputandCommandTextAreadropped the caller'sinputPropsentirely, whilePasswordInputandSearchInputdid the opposite and replaced the hook's value tracking, ids and ARIA attributes with it. The two are now merged, so a key you set wins and event handlers are chained rather than replaced.Note
Low Risk
Release-only version and changelog bump; the behavioral fix is already on main and is localized to input prop merging in form components.
Overview
Automated Changesets release that publishes @cube-dev/ui-kit@0.169.1 — no application source changes in this diff.
The release notes document patch #1360:
inputPropsonTextInput,TextArea,PasswordInput,SearchInput,NumberInput, andCommandTextAreanow merge caller props with React Aria hook props (caller keys win; handlers chain) instead of one side overwriting the other. The consumed changeset file.changeset/text-input-merge-input-props.mdis removed andCHANGELOG.md/package.jsonversion are updated accordingly.Reviewed by Cursor Bugbot for commit 93354a0. Bugbot is set up for automated code reviews on this repo. Configure here.